projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c513a84
)
(send-invisble): Comment fix.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 17 Jul 1996 21:09:42 +0000
(21:09 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 17 Jul 1996 21:09:42 +0000
(21:09 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index cc683d7d651bcf762a6ccfbc4fb7a0beb1b3796c..fd025e7b358255b009ed4c75c806c48a662240b0 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1443,7
+1443,7
@@
Then send it to the process running in the current buffer.
The string is sent using `comint-input-sender'.
Security bug: your string can still be temporarily recovered with
\\[view-lossage]."
- (interactive "P") ; Defeat snooping via C-x
esc
+ (interactive "P") ; Defeat snooping via C-x
ESC ESC
(let ((proc (get-buffer-process (current-buffer))))
(if (not proc)
(error "Current buffer has no process")